Directory Structure
Few important directories in the TomEE server are as follows:
- /bin: This directory contains the startup and shutdown scripts for both Windows and Linux.
- /conf: This directory contains the main configuration files for TomEE. Most important two directories are server.xml and global tomee.xml.
- /lib: This directory contains Java Archive files that TomEE is dependent on.
- /logs: This directory contains TomEE log files.
-
/webapps: All web applications are deployed in this directory containing the WAR file.
- /work: This is the directory in which TomEE will place all servlets that are generated.